home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEFIND / FED16.ZIP / EXAMPLE.FED < prev    next >
Encoding:
Text File  |  1993-09-18  |  1.1 KB  |  21 lines

  1.  
  2.  '***********************************
  3.  '       Example FED commands
  4.  '***********************************
  5.  
  6.  tmp//TEMP               ' Global change "tmp" to "TEMP".
  7.  ^rem //                 ' Remove "rem " from the beginning of lines.
  8.  path //path c:\pctools; ' This will include "c:\pctools" in path.
  9.  echo off>>cls           ' Add line "cls" below lines containing 
  10.                          ' "echo off". NB: Must appear before next command.
  11.  echo||@echo off         ' Replace lines containing "echo" with the
  12.                          ' line "@echo off".
  13.  path&&c:\util;          ' Append "c:\util;" to lines containing "path".
  14.  dircmd^^REM_            ' Prefix "REM " to lines containing "dircmd".
  15.  mirror--                ' Delete lines containing "mirror".
  16.  pc-cache!!/write=off_   ' Strip "/write=off " from lines containing
  17.                          ' "pc-cache".
  18.  <<REM  EXAMPLE.TXT      ' Add line "REM  EXAMPLE.TXT" to the beginning 
  19.                          ' of the targetfile.
  20.  >>menu                  ' Append the line "menu" to the targetfile.
  21.